home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / T / Thinkcup.cpt / THINK C 4.0.1 Update / THINK C 4.0.1 Update Doc < prev   
Encoding:
Text File  |  1990-03-13  |  1.4 KB  |  45 lines  |  [TEXT/KAHL]

  1. THINK C 4.0.1 UPDATE INSTRUCTIONS
  2. =================================
  3. Copyright © 1990 Symantec Corporation. All rights reserved.
  4. 3/15/90
  5.  
  6. INTRODUCTION
  7. ============
  8. This update transforms your existing THINK C 4.0 application to
  9. THINK C 4.0.1. The fixes are summarized below.
  10.  
  11.  
  12. HOW TO USE IT
  13. =============
  14.     0.    Make sure that you have your original THINK C application.
  15.         You won't need it for this update, but you should make
  16.         sure that you have a backup in case the update fails.
  17.  
  18.     1.    Double-click on the patch program "THINK C => 4.0.1" to
  19.         launch it. Click on the Update THINK C button to continue.
  20.  
  21.     2.    Find your existing copy of THINK C in your THINK C Folder.
  22.         Select it and click on the Patch button.
  23.  
  24.     3.    If the patch was successful, you'll get a confirmation.
  25.  
  26.  
  27. SUMMARY OF THE CHANGES
  28. ======================
  29.     1.    The 68881 instructions FSINCOS and FDBcc were left out
  30.         of THINK C 4.0. This patch adds them.
  31.  
  32.     2.    The MOVEP instruction would generate an error if the
  33.         offset applied to the address register was zero.
  34.         For example, "MOVEP 1(a0),d0" would assemble, but
  35.         "MOVEP 0(a0),d0" wouldn't.
  36.  
  37.     3.    An incompatibility with OnCue under MultiFinder has been
  38.         fixed.
  39.  
  40.     4.    The "MF Attrs" pop-up menu has been updated to reflect
  41.         all bits currently defined by Apple in the SIZE resource.
  42.         Use with care - backGroundOnly, for example, is there so you
  43.         can set the option; the THINK C Debugger won't necessarily
  44.         be able to debug such an application properly.
  45.